From: Robert Lipe Date: Sat, 7 May 2016 20:48:40 +0000 (-0500) Subject: Grammar tweak after killing Qt4. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~9^2~19 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a187be693531e73cb110447805e76043bcdf6e87;p=gpsbabel.git Grammar tweak after killing Qt4. --- diff --git a/configure b/configure index ad4d502b7..8567166b2 100755 --- a/configure +++ b/configure @@ -5061,7 +5061,7 @@ fi if test "$QMAKE" = no ; then - as_fn_error $? "Qt5 is required, but neither was found" "$LINENO" 5; + as_fn_error $? "Qt5.2 or higher is required, but was not found" "$LINENO" 5; fi # guess the name of the Qt Core library. diff --git a/configure.in b/configure.in index 88a3eed85..616557fce 100644 --- a/configure.in +++ b/configure.in @@ -167,7 +167,7 @@ AC_CHECK_TOOLS(LUPDATE, [lupdate-qt5 lupdate]) AC_CHECK_TOOLS(LRELEASE, [lrelease-qt5 lrelease]) if test "$QMAKE" = no ; then - AC_MSG_ERROR([Qt5 is required, but neither was found]); + AC_MSG_ERROR([Qt5.2 or higher is required, but was not found]); fi # guess the name of the Qt Core library.